projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1dd293
)
(cl-macroexpand-all): Declare.
author
Glenn Morris
<rgm@gnu.org>
Thu, 6 Nov 2008 03:53:43 +0000
(
03:53
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 6 Nov 2008 03:53:43 +0000
(
03:53
+0000)
lisp/progmodes/cc-defs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-defs.el
b/lisp/progmodes/cc-defs.el
index ac2c2843abed6720102547befe9273247749a227..0826f75914e5c84e23b0a35feaf567eec6774530 100644
(file)
--- a/
lisp/progmodes/cc-defs.el
+++ b/
lisp/progmodes/cc-defs.el
@@
-1685,6
+1685,9
@@
itself is evaluated."
;; `cl-macroexpand-all' inside `c-lang-defconst'.
(eval form))
+;; Only used at compile time - suppress "might not be defined at runtime".
+(declare-function cl-macroexpand-all "cl" (form &optional env))
+
(defmacro c-lang-defconst (name &rest args)
"Set the language specific values of the language constant NAME.
The second argument can optionally be a docstring. The rest of the